SelectData: {
    efx?: Function;
    options: { label: string; value: string }[];
    store: MinimalWritable<unknown>;
    type: string;
}

Type declaration