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