import { SVGProps } from 'react';

declare const Bread: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Bread as default };
