type VariantType = 'solid' | 'bordered' | 'flat';
export default VariantType;
