export default function _default(actual: any): (root: any, result: any) => void;
export const ruleName: string;
export const messages: {
    rejected: (height: string | number | boolean | RegExp) => string;
};
