import { RTLService } from '@delon/theme'; export declare class HeaderRTLComponent { rtl: RTLService; constructor(rtl: RTLService); toggleDirection(): void; }