export type Shape = { small: string; medium: string; large: string; }; export declare const shape: Shape;