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