import { FormOption } from '../../types'; export declare const isFormOption: (value: unknown) => value is FormOption;