export type CounterActionProps = { count: string; }; export declare const CounterAction: ({ count }: CounterActionProps) => import("react/jsx-runtime").JSX.Element;