import React from 'react';
import { IconProviderProps } from '@/ui/components/icon';
export type IconsProps = IconProviderProps;
export declare const Icons: React.FC<IconsProps>;
