export type ComponentSize = "large" | "default" | "small"; export declare const componentSizes: readonly ComponentSize[]; export declare const EA_COMPONENT_SIZES: readonly ComponentSize[]; //# sourceMappingURL=Variables.d.ts.map