import { Toast } from "primereact/toast"; export declare type FCSelectionTemplateProps = { options: string[]; toast: Toast; }; export declare type FCSelectionTemplate = (_: FCSelectionTemplateProps) => [DocumentFragment, HTMLInputElement]; export declare const SelectionTemplate: FCSelectionTemplate;