import { Coverable } from '@fexd/pro-utils'; import { ProFormProps } from './types'; import { CoverableProFormProps, CoverableProFormConfig } from './defineCoverableProps'; export default function useCoverableProps(value: T & CoverableProFormProps): Coverable ProFormProps; }, CoverableProFormConfig> & { getProps: () => ProFormProps; };