import { ReactNode } from 'react';
export declare const Poll: ({ id, message, }: {
    id?: string | undefined;
    message?: ((props: Record<string, any>) => ReactNode) | undefined;
}) => import("react/jsx-runtime").JSX.Element;
