import { default as React } from 'react'; type ActionsProps = { children: React.ReactNode; }; export declare const Actions: { Main: ({ children }: ActionsProps) => import("react/jsx-runtime").JSX.Element; Primary: ({ children }: ActionsProps) => import("react/jsx-runtime").JSX.Element; Secondary: ({ children }: ActionsProps) => import("react/jsx-runtime").JSX.Element; }; export {};