import { type DashboardModel } from '@sisense/sdk-ui-preact';
import type { DashboardProps } from '../components/dashboard';
/**
* Translates {@link DashboardModel} to {@link DashboardProps}.
*
* @example
* ```vue
* ```
*/
export declare function toDashboardProps(dashboardModel: DashboardModel): DashboardProps;