import { ReactNode } from 'react';
export declare const filterChildren: (children: ReactNode, type: any) => any[] | null | undefined;
