export default interface IJTLLogoProps { /** * Size variant of the logo * @default 'default' */ size?: 'small' | 'default'; }