export declare function styledToCssConverter(componentPath: string, componentContents: string, styledPath: string, isCssModules: boolean, ignoreList?: Array): { componentCode: any; cssCode: string; };