import * as d from '../../../declarations';
import ts from 'typescript';
export declare function parseStaticStyles(config: d.Config, compilerCtx: d.CompilerCtx, tagName: string, componentFilePath: string, isCollectionDependency: boolean, staticMembers: ts.ClassElement[]): d.StyleCompiler[];
