import { LogoSize } from './types'; export interface LogoProps { /** @default 'sm' */ size?: LogoSize; } //# sourceMappingURL=logo.d.ts.map