import { IconProps } from '../Icon'; declare function SvgPrint(props: IconProps): JSX.Element; export default SvgPrint;