export declare type AppListProps = { visible?: boolean; }; declare const AppList: ({ visible }: AppListProps) => JSX.Element; export default AppList;