declare type FilterHtmlProps =
(allComponentProps: P, excludingProps: string[]) => A; export declare const filterProps: FilterHtmlProps; export {};