import { PropsOf } from "../../../Utils"; import PolyTouchableNativeFeedback from "../../poly/native/PolyTouchableNativeFeedback"; import { StyledComponent } from "../StyledComponent"; export declare const StyledTouchableNativeFeedback: StyledComponent>; export declare type StyledTouchableNativeFeedbackProps = PropsOf; export default StyledTouchableNativeFeedback;