import { FormSlotProps } from '../../../types'; export declare const FormSlot: ({ slots, item, handleOnChange, handleOnBlur, handleOnFocus, errorConfig, errors, }: FormSlotProps) => import("preact").JSX.Element; //# sourceMappingURL=FormSlot.d.ts.map