import { ComponentProps } from 'react'; import { IconButton } from '@salutejs/sdds-finai'; type IconButtonProps = ComponentProps; export { IconButton, type IconButtonProps };