import { FC } from 'react'; import { VisualizationType } from '../../types/visualization'; interface DashboardLayoutProps { getDashboardItemByType: (props: { type: VisualizationType; isHalfScreen: boolean; }) => JSX.Element; actionButtons: { flame: JSX.Element; table: JSX.Element; }; } export declare const DashboardLayout: FC; export {}; //# sourceMappingURL=index.d.ts.map