import { type StateProp } from '@innet/dom'; import { type FlexProps } from '../../layout'; export type InfoFieldProps = FlexProps; value?: StateProp; }>; export declare function InfoField({ label, value, ...props }: InfoFieldProps): any;