import { TwoTonedIcon } from '../iconTypes'; declare const IconOfficeWordmark: ({ className, height, title, width }: TwoTonedIcon) => JSX.Element; export default IconOfficeWordmark;