import type { ButtonHTMLAttributes, ReactElement } from 'react';
import type { AsChildProps } from '../utils/AsChildProps';
type ButtonSubtleProps = AsChildProps> & {
iconEnd?: ReactElement;
};
/**
* ButtonSubtle component
*/
declare const ButtonSubtle: import("react").MemoExoticComponent>>;
export type { ButtonSubtleProps };
export { ButtonSubtle };