export function WBGMultibrandSmallLogo({ align, assistiveText, copyrightYear, offset, viewBoxWidth, viewBoxHeight, ...props }: { [x: string]: any; align?: string | undefined; assistiveText?: string | undefined; copyrightYear?: string | undefined; offset?: (number | null)[] | undefined; viewBoxWidth?: number | undefined; viewBoxHeight?: number | undefined; }): JSX.Element; export namespace WBGMultibrandSmallLogo { export { propTypes }; } import { propTypes } from "./Symbol";