export declare const emptyStateContainerCss: import("@vanilla-extract/recipes").RuntimeFn<{ size: { small: { justifyContent: "center"; alignItems: "center"; flexDirection: "column"; gap: string; }; default: { justifyContent: "center"; alignItems: "center"; flexDirection: "column"; gap: string; }; large: { justifyContent: "center"; alignItems: "center"; flexDirection: "row-reverse"; gap: string; }; largeResponsive: { justifyContent: "center"; alignItems: "center"; flexDirection: "column"; gap: string; }; }; }>; export declare const visualSlotCss: string; export declare const contentContainerCss: string; export declare const titleSlotCss: string; export declare const detailsSlotCss: string; export declare const actionsSlotCss: string; export declare const footerSlotCss: string;