export declare const Size: { readonly XSmall: "xsmall"; readonly Small: "small"; readonly Default: "default"; }; export type Size = (typeof Size)[keyof typeof Size]; //# sourceMappingURL=types.d.ts.map