import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgExpand: (props: SVGProps) => React.JSX.Element; export default SvgExpand; //# sourceMappingURL=Expand.d.ts.map