import React from 'react'; import type { ComponentPropsWithout, RemovedProps } from '../helpers/component-props.js'; interface IconProps extends ComponentPropsWithout<'svg', RemovedProps | 'children'> { } declare const ThickDividerHorizontalIcon: React.ForwardRefExoticComponent>; declare const ThickCheckIcon: React.ForwardRefExoticComponent>; declare const ChevronDownIcon: React.ForwardRefExoticComponent>; declare const ThickChevronRightIcon: React.ForwardRefExoticComponent>; export { ChevronDownIcon, ThickCheckIcon, ThickChevronRightIcon, ThickDividerHorizontalIcon }; export type { IconProps }; //# sourceMappingURL=icons.d.ts.map