import React from 'react'; import { StyleGenerator, Theme } from './types'; interface DesignSystemProps> { children?: React.ReactNode; is?: number; styleGenerator: StyleGenerator; theme: TTheme; } export declare function DesignSystem({ children, is, styleGenerator, theme, }: DesignSystemProps): JSX.Element; export {}; //# sourceMappingURL=DesignSystem.d.ts.map