import type { ILabelProps, IGetLabelPropsParams } from "../config/types/index.d.mts"; /** * Получает свойства для компонента `Label` * @param {IGetLabelPropsParams} params - Параметры для получения свойств `label` * @returns {ILabelProps} Объект со свойствами для `Label`: */ export declare const getLabelProps: ({ label, comp, input, }?: IGetLabelPropsParams) => ILabelProps;