export declare enum CapInputSize { Sm = "sm", Md = "md" } export type InputVariantColor = 'default' | 'hierarchy';