import { FC } from "react"; import { BoxProps } from "@material-ui/core"; interface MicroLogoProps extends BoxProps { variant?: "light" | "dark"; } /** * City of Melbourne's micro logo. Not CMCA Approved. Props spread onto an `svg` element. * Colour will invert based on which theme is active through the provider. */ export declare const MicroLogo: FC; export default MicroLogo; //# sourceMappingURL=index.d.ts.map