import * as react_jsx_runtime from 'react/jsx-runtime';
import { SvgIconProps } from '@mui/material';

declare const Unfold: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;

export { Unfold as default };
