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