import { PropsWithChildren } from 'react'; import { GenericPressableProps } from './shared-types'; export default function GenericPressable({ style, children, borderless, ...otherProps }: PropsWithChildren): JSX.Element;