/** * Empty attributes option. */ export declare type EmptyAttributesOption = 'as-is' | 'none' | 'all'; /** * Empty attributes force quotes option. */ export declare type EmptyAttributesForceQuotesOption = string[];