interface StopActionsIconProps { className?: string; } export declare function StopActionsIcon({ className }: StopActionsIconProps): import("react/jsx-runtime").JSX.Element; export {};