export declare class StHelpComponent {
    text: string;
    qaTag: string;
    textPosition: 'vertical' | 'horizontal';
    constructor();
}
