/** * Attribute separator option. */ export declare type AttributeSeparatorOption = 'always' | 'as-needed' | 'none';