import React from "react"; import { FormFieldSkeletonProps } from "./types"; declare function FormFieldSkeleton({ type, helperMessage, ...boxProps }: FormFieldSkeletonProps): React.JSX.Element; export default FormFieldSkeleton;