import { AllHTMLAttributes, ElementType } from 'react';
export interface TappableProps extends AllHTMLAttributes {
/** HTML Tag */
Component?: ElementType;
interactiveAnimation?: 'opacity' | 'background';
}
export declare const Tappable: import("react").ForwardRefExoticComponent>;
//# sourceMappingURL=Tappable.d.ts.map