import type { FC } from 'react'; import type { IToolbarItem } from 'ricos-types'; import type { PollPluginEditorConfig } from '../types'; type Props = { toolbarItem: IToolbarItem; id: string; dataHook?: string; config?: PollPluginEditorConfig; }; export declare const PollLayoutButton: FC; export {}; //# sourceMappingURL=PollLayoutButton.d.ts.map