export type { PinPadProps } from '@shopify/retail-ui-extensions'; export declare const PinPad: "PinPad" & { readonly type?: "PinPad" | undefined; readonly props?: import("@shopify/retail-ui-extensions/src").PinPadProps | undefined; readonly children?: true | undefined; } & import("@remote-ui/react").ReactComponentTypeFromRemoteComponentType>; //# sourceMappingURL=PinPad.d.ts.map