import React from 'react'; type Props = { getSelectedLayout: () => string; onClick: (commandKey: string) => void; onCustomizeButtonClick: () => void; }; declare const PollLayoutPanel: React.FC; export default PollLayoutPanel; //# sourceMappingURL=PollLayoutPanel.d.ts.map