type propsType = { onClick?: any; icon: any; loading?: boolean; className?: string; disabled?: any; danger?: boolean; shape?: "circle" | "round" | "default" | undefined; type?: "link" | "text" | "primary" | "default" | "dashed" | undefined; }; export default function BAIconButton(props: propsType): import("react/jsx-runtime").JSX.Element; export {};