export declare class DbLogo { /** * The size attribute specifies the size of the logo. */ size: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge'; render(): any; }