export type StyleSheetProps = { href: string; media?: string; }; export type VariablesProps = Record & { container?: string; }; //# sourceMappingURL=types.d.ts.map