export declare const COMPONENT_SIZES: Readonly<{ readonly headerHeight: "60px"; readonly toastWidth: "min(100%, 520px)"; }>; export type ComponentSize = keyof typeof COMPONENT_SIZES;