import { ComponentPropsWithoutRef, FC } from 'react'; type Props = Omit, "id"> & { id: string; }; export declare const MaxSize: FC; export {};