import type { IBlocksNode, ISerialisable } from '@hass-blocks/core'; import type { LifeCycleEvent } from '@types'; interface AutomationProps { automation: IBlocksNode & ISerialisable; events: LifeCycleEvent[]; } export declare const Automation: ({ automation, events }: AutomationProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=automation.d.ts.map