import React from "react"; declare const _default: React.NamedExoticComponent<{ onClick: (args_0: string) => void; variant: "compact" | "full"; actions: { title: string; id: string; color: string; route: string; icon?: string | undefined; badge?: string | number | undefined; }[]; defaultLayout: "grid" | "horizontal"; showToggle: boolean; onLayoutChange?: ((args_0: "grid" | "horizontal") => void) | undefined; }>; export default _default;