import React from 'react'; import { SystemProps } from './system'; export declare type NativeAttributes = Omit, keyof SystemProps>; export declare type PounceComponentProps = NativeAttributes & SystemProps; export declare const pounce: (tag: T) => React.FC>;