declare const Micro: ({ size, color, ...other }: { [x: string]: any; size?: number | undefined; color?: string | undefined; }) => import("react/jsx-runtime").JSX.Element; export default Micro;