Repository URL to install this package:
| 
      
        
        
        Version: 
        
         
          
          1.2.11  ▾
        
         | 
export declare const seedNextClassnames: (names: string[]) => string[];
export declare const resetStyled: (isServer?: boolean) => (tag: import("../types").Target) => any;
export declare const resetNoParserStyled: () => (tag: import("../types").Target) => any;
export declare const stripWhitespace: (str: string) => string;
export declare const expectCSSMatches: (_expectation: string, opts?: {
    ignoreWhitespace: boolean;
}) => string;