export declare const SIZES: readonly ["default", "small"];
export declare type SizeType = typeof SIZES[number];
declare const _default;
export default _default;
