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