import dark from '../theme/dark'; import { Button } from '../theme/components/button'; import { Input } from '../theme/components/input'; export declare type ColorScheme = Exclude; export declare type SizeType = 'xs' | 'sm' | 'md' | 'lg'; export declare type ButtonVariant = keyof typeof Button.variants; export declare type InputVariant = keyof typeof Input.variants;