/**
 * Everything the wrapped component should receive: the CSS config and the
 * lifecycle callbacks are ours to act on, so neither reaches the host view.
 */
export declare function filterCSSProps<P extends object>(props: P): P;
//# sourceMappingURL=utils.d.ts.map