import type { IEventBus, IFullBlocksClient } from '@hass-blocks/core'; interface AutomationListProps { hass: IFullBlocksClient; bus: IEventBus; } export declare const AutomationList: ({ hass, bus }: AutomationListProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=automation-list.d.ts.map