declare const getSelectOptions: (values: any, labelKey: any, valueKey?: null, opts?: {}) => any; export default getSelectOptions; export declare const getNameMobileEmail: (value: Record) => string; export declare const getDisplayNameAndICDCode: (value: Record) => string; export declare const getFullName: (value: Record) => string; export declare const getSelectOptionsWithNameMobileEmail: (data: Array>) => any; export declare const getSelectOptionsWithDisplayName: (data: Array>) => any; export declare const getSelectOptionsWithDisplayNameAndICDCode: (data: Array>) => any; export declare const getSelectOptionsWithFullName: (data: Array>) => any;