import type { JSX, Machine } from "@qualcomm-ui/utils/machine"; import type { ToastGroupSchema, ToastPlacement, ToastSchema, ToastType } from "./toast.types.js"; export declare const defaultTimeouts: Record; export declare function getToastDuration(duration: number | undefined, type: ToastType): number; export declare function getGroupPlacementStyle(machine: Machine, placement: ToastPlacement): JSX.CSSProperties; export declare function getPlacementStyle(machine: Machine, visible: boolean): JSX.CSSProperties; export declare function getGhostBeforeStyle(service: Machine, visible: boolean): JSX.CSSProperties; export declare function getGhostAfterStyle(): JSX.CSSProperties; //# sourceMappingURL=toast.utils.d.ts.map