import { default as Color } from 'color'; interface Props { fileSizeError: boolean; loading: boolean; color?: Color; showAnimation?: boolean; setFileSizeError: (error: boolean) => void; } export default function CircleWithAttachmentSuccessIcon({ fileSizeError, loading, showAnimation, setFileSizeError, }: Readonly): import("react/jsx-runtime").JSX.Element; export {};