import { IconButtonProps } from '@strapi/design-system';
interface RemoveRoundedButtonProps extends Omit<IconButtonProps, 'icon'>, Partial<Pick<IconButtonProps, 'icon'>> {
}
declare const RemoveRoundedButton: (props: RemoveRoundedButtonProps) => import("react/jsx-runtime").JSX.Element;
export { RemoveRoundedButton };
export type { RemoveRoundedButtonProps };
//# sourceMappingURL=RemoveRoundedButton.d.ts.map