export default ActionArea; declare function ActionArea({ children }: { children: any; }): import("react").JSX.Element; declare namespace ActionArea { function Slot(): import("react").JSX.Element; } //# sourceMappingURL=index.d.ts.map