export declare function MaxLengthPlugin({ maxLength }: {
    maxLength: number;
}): null;
