import { type CustomIconComponentProps } from '@ant-design/icons/lib/components/Icon';
import React from 'react';
export declare const GPSFilled: (props: Partial<CustomIconComponentProps>) => React.JSX.Element;
export declare const UserFilled: (props: Partial<CustomIconComponentProps>) => React.JSX.Element;
export declare const CarCrashFilled: (props: Partial<CustomIconComponentProps>) => React.JSX.Element;
export declare const DocumentsOutlined: (props: Partial<CustomIconComponentProps>) => React.JSX.Element;
export declare const ArrowOutlined: (props: Partial<CustomIconComponentProps>) => React.JSX.Element;
export declare const CanvaOutlined: (props: Partial<CustomIconComponentProps>) => React.JSX.Element;
