export declare function filterDOMProps<T extends Record<string, unknown>>(props: Record<string, unknown>, allowedProps?: Set<string>): T;
//# sourceMappingURL=filterDOMProps.d.ts.map