import { PressableProps } from "react-native"; //#region src/primitives/queueItem/QueueItemSteer.d.ts type QueueItemSteerProps = Omit & { children: PressableProps["children"]; }; declare const QueueItemSteer: ({ children, ...pressableProps }: QueueItemSteerProps) => import("react").JSX.Element; //#endregion export { QueueItemSteer, QueueItemSteerProps }; //# sourceMappingURL=QueueItemSteer.d.ts.map