import type * as Design from "discord-client-types/discord_app/design/web"; export declare const createToast: Design.CreateToast; export declare const showToast: Design.ShowToast; export declare const popToast: Design.PopToast; export declare const ToastType: typeof Design.ToastType; export declare const ToastPosition: typeof Design.ToastPosition; export declare const toast: (content: string, type?: Design.ToastType, opts?: Design.ToastOptions) => void;