import { ActionProps } from './WidgetTypes'; export declare const Action: { ({ children, className, ...rest }: ActionProps): import("react/jsx-runtime").JSX.Element; displayName: string; };