import type { FormValidatorFn } from '@inkline/inkline/types';
export declare const alphanumeric: FormValidatorFn<{
    locale?: string;
    allowDashes?: boolean;
    allowSpaces?: boolean;
}>;
