import { FC } from 'react'; declare type Props = { width?: number; height?: number; }; declare const Brand: FC; export default Brand;