import React from 'react'; import { SvgIconProps } from '@material-ui/core/SvgIcon'; import { Styles } from './MainNav.style'; interface Props extends Styles { Icon?: React.ComponentType; onClickIconButton?: () => void; } declare const _default: React.ComponentType, "children" | "Icon" | "onClickIconButton"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root">>; export default _default; //# sourceMappingURL=MainNav.d.ts.map