import { FC } from "react";
export interface LogoProps {
width?: number;
height?: number;
}
/**
* City of Melbourne's official logo. Props spread onto an `svg` element.
* Colour will invert based on which theme is active through the provider.
*/
export declare const Logo: FC;
export default Logo;
//# sourceMappingURL=index.d.ts.map