export declare enum StFormLabelStatus {
    FOCUS = 0,
    ERROR = 1,
    DISABLED = 2,
}
