export declare const SizedBox: ({ width, height }: {
    width: number;
    height: number;
}) => JSX.Element;
