import { FC } from 'react'; interface Props { showLogo?: boolean; showName?: boolean; } export declare const Brand: FC; export {};