import { FCC } from 'onekijs-framework'; import { DashboardVerticalArea, DashboardVerticalPanelProps } from '../typings'; declare const dashboardVerticalPanel: (area: DashboardVerticalArea) => FCC; export default dashboardVerticalPanel;