import React from 'react'; type AghanimBuffsScepterIconProps = { disabled?: boolean; } & Omit, 'viewBox' | 'fill'>; export declare function AghanimBuffsScepterIcon(props: AghanimBuffsScepterIconProps): JSX.Element; export {};