export declare type SmartSizeMode = 'UNKNOWN' | 'NONE' | 'SMART_BANNER' | 'DYNAMIC_SIZE';
