/** * Class notation option. */ export declare type ClassNotationOption = 'literal' | 'attribute' | 'as-is';