import { Pressable as BasePressable } from '@shopify/checkout-ui-extensions'; import type { ReactPropsFromRemoteComponentType } from '@remote-ui/react'; export type PressableProps = ReactPropsFromRemoteComponentType; export declare const Pressable: "Pressable" & { readonly type?: "Pressable" | undefined; readonly props?: import("@shopify/checkout-ui-extensions").PressableProps | undefined; readonly children?: true | undefined; } & import("@remote-ui/react").ReactComponentTypeFromRemoteComponentType>; //# sourceMappingURL=Pressable.d.ts.map