/** * Class location option. */ export declare type ClassLocationOption = 'before-attributes' | 'after-attributes';