import { CSSProperties } from 'react'; interface Proptype { htmlFor?: string; style?: CSSProperties; children?: string; className?: string; id?: string; } export declare const LabelModule: ({ htmlFor, style, children, className, id, }: Proptype) => import("react/jsx-runtime").JSX.Element; export {};