import * as React from "react"; import { IconProps } from '../lib'; declare const EggCrack: (props: IconProps) => React.JSX.Element; export default EggCrack; //# sourceMappingURL=EggCrack.d.ts.map