import { ButtonProps } from '../button.props';
import { UseIcon } from './types';
export declare function useIcon(props: ButtonProps): UseIcon;
