import { type IDashboardLayoutSizeByScreenSize } from "@gooddata/sdk-model"; import { type DashboardLayoutSectionBorderStatus } from "./types.js"; interface IDashboardLayoutSectionBorderLineProps { position: "top" | "bottom"; status: DashboardLayoutSectionBorderStatus; itemSize?: IDashboardLayoutSizeByScreenSize; } export declare function DashboardLayoutSectionBorderLine({ position, status, itemSize }: IDashboardLayoutSectionBorderLineProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DashboardLayoutSectionBorderLine.d.ts.map