type InvalidChildrenOptions = {
    name: string;
    expected: number;
    actual: number;
};
export declare const getInvalidChildrenMessage: (options: InvalidChildrenOptions) => string;
export {};
//# sourceMappingURL=messages.d.ts.map