import { SvgIconProps } from '@mui/material'; export type ZIconProps = SvgIconProps & { size?: number; }; export declare const ZIcon: (props: ZIconProps) => JSX.Element;