import { AtomMut } from '@reatom/framework';
import { JSX } from '../../jsx';
type ActionLabelProps = JSX.IntrinsicElements['label'] & {
    model: AtomMut<boolean>;
};
export declare const ActionLabel: ({ model, children, ...props }: ActionLabelProps) => JSX.Element;
export {};
//# sourceMappingURL=ActionLabel.d.ts.map