/// export declare const theme: { colors: { main: string; default: string; success: string; background: string; }; fontSizes: { small: string; medium: string; }; }; interface Props { children: React.ReactNode; } export declare const KDSTheme: ({ children }: Props) => JSX.Element; export {}; //# sourceMappingURL=theme.d.ts.map