export type TypeLogoRequirements = { isBordered?: boolean; isThemeDark?: boolean; image: HTMLElement; text?: HTMLElement | null; }; export declare const createCompositeLayoutBoxLogo: (element: TypeLogoRequirements) => { element: HTMLDivElement; styles: string; }; //# sourceMappingURL=logo.d.ts.map