import { Scenario } from '@things-factory/integration-ui/dist-client/'; export declare class ScenarioListPage extends Scenario { get context(): { board_topmenu: boolean; title: string; search: { handler: (search: any) => void; value: string; }; help: string; actions: { icon: string; emphasis: { raised: boolean; outlined: boolean; dense: boolean; danger: boolean; }; title: string; action: () => void; }[]; exportable: { name: string; data: () => Promise<{}[]>; }; importable: { handler: (records: any) => Promise; }; }; }