/// import { IconProps } from '../../types'; declare const Plate: (allProps: IconProps) => JSX.Element; export default Plate;