/// export interface DropDownNotFoundContentProps { notFoundText: string; } declare const DropDownNotFoundContent: ({ notFoundText, }: DropDownNotFoundContentProps) => JSX.Element; export { DropDownNotFoundContent }; //# sourceMappingURL=index.d.ts.map