import { PropType } from 'vue'; import { Eq } from 'fp-ts/lib/Eq'; import { IO } from 'fp-ts/lib/IO'; export declare type Remove = IO; export declare function getEqPropsDefinition(eq?: Eq): { eq: { type: PropType>; default: import("fp-ts/lib/function").Lazy>; }; }; export interface EqProps { eq: Eq; }