import { SVGProps } from 'react'; declare const Bread: (props: SVGProps) => JSX.Element; export { Bread as default };