/// import { SvgIconProps } from '@mui/material/SvgIcon'; interface IconProps extends SvgIconProps { } export declare function ToucanIcon({ sx }: IconProps): JSX.Element; export {};