import { StyledComponent } from "../StyledComponent"; import { PropsOf } from "../../../Utils"; import PolyPressable from "../../poly/native/PolyPressable"; export declare const StyledPressable: StyledComponent>; export declare type StyledPressableProps = PropsOf; export default StyledPressable;