export declare class BllFormHint { /** Whether to align the hint label at the start or end of the line. */ /** Unique ID for the hint. Used for the aria-describedby on the form field control. */ id: string; }