import type { SVGProps } from "react"; import * as React from "react"; declare const SvgListSelect: (props: SVGProps) => React.JSX.Element; export default SvgListSelect; //# sourceMappingURL=ListSelect.d.ts.map