import type { NodePath } from 'estree-toolkit'; import type { ImportDeclaration } from 'estree'; import type { ComponentMetaState } from './types'; export declare function catalogAndReplaceStyleImports(path: NodePath, state: ComponentMetaState): void; /** * This adds implicit style imports to the compiled component artifact. */ export declare function getStylesheetImports(filepath: string): Array<[Record, string]>; export declare function catalogStaticStylesheets(ids: string[], state: ComponentMetaState): void; //# sourceMappingURL=stylesheets.d.ts.map