import { PropsOf } from "../../../Utils"; import PolyTouchableWithoutFeedback from "../../poly/native/PolyTouchableWithoutFeedback"; import { StyledComponent } from "../StyledComponent"; export declare const StyledTouchableWithoutFeedback: StyledComponent>; export declare type StyledTouchableWithoutFeedbackProps = PropsOf; export default StyledTouchableWithoutFeedback;