export declare type RequiredSizeErrorReason = 'REQUIRED' | 'NOT_ALLOWED' | 'UNKNOWN';
