import { IBox, BoxSize } from "../../types"; export declare const BoxSizes: Map; export declare const getSize: ({ size }: IBox) => IBox | undefined;