import * as React from 'react'; declare function AppList(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof AppList; export default AppList;