import React from 'react'; import type { PressableProps } from 'react-native-ama'; import type { UseExpandable } from '../hooks/useExpandable'; declare type ExpandablePressableProps = React.PropsWithChildren>; export declare const ExpandablePressable: React.MemoExoticComponent<({ children, ...rest }: ExpandablePressableProps) => JSX.Element>; export {};