/** @jsxImportSource nativewind */ /** * Source code copied and adapted from: * https://github.com/roninoss/rn-primitives * License: MIT (c) 2024 RoninOSS */ import * as React from "react"; import { Text, View } from "react-native"; declare const Root: React.ForwardRefExoticComponent void; type?: "foreground" | "background"; } & React.RefAttributes>; declare const Close: React.ForwardRefExoticComponent, "ref"> & { asChild?: boolean; } & { onKeyDown?: (ev: React.KeyboardEvent) => void; onKeyUp?: (ev: React.KeyboardEvent) => void; } & React.RefAttributes>; declare const Action: React.ForwardRefExoticComponent, "ref"> & { asChild?: boolean; } & { onKeyDown?: (ev: React.KeyboardEvent) => void; onKeyUp?: (ev: React.KeyboardEvent) => void; } & React.RefAttributes>; declare const Title: React.ForwardRefExoticComponent>; declare const Description: React.ForwardRefExoticComponent>; export { Action, Close, Description, Root, Title }; //# sourceMappingURL=toast.d.ts.map