import { CSSExports } from "../css/exports"; export declare type PCExports = { components: Record; style: CSSExports; }; export declare type ComponentProperty = { name: string; optional: boolean; }; export declare type ComponentExport = { name: string; properties: Record; public: boolean; };