export declare type TMapPressed = { isPressed?: boolean; onPressIn?: () => void; onPressOut?: () => void; }; export declare const mapPressed:

(props: P) => P & Required;