import { type HTMLAttributes, type Ref } from "react"; import { type ScreenSize } from "@gooddata/sdk-model"; import { type CommonExportDataAttributes } from "../../export/types.js"; interface IDashboardItemProps extends HTMLAttributes { screen: ScreenSize; description?: string; titleId?: string; ref?: Ref; exportData?: CommonExportDataAttributes; as?: "figure" | "div"; } export declare const DashboardItem: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export {}; //# sourceMappingURL=DashboardItem.d.ts.map