import { ILabel } from './label.interface'; export declare class LabelSharedComponent { label: ILabel; readonly for: string; readonly subText: string; }