import { RuntimeFn } from '@vanilla-extract/recipes'; export declare const TOAST_STYLES: { recipe: RuntimeFn<{ variant: { info: {}; success: {}; warning: {}; error: {}; }; actions: { true: { gridTemplateAreas: "\"icon title close\" \"description description description\" \"actions actions actions\""; }; }; }>; };