declare namespace _default { export { Action }; export { Alert }; export { Display }; export { Keyboard }; export { Loading }; export { Permission }; export { BottomSheet }; } export default _default; declare function Action({ ...restProps }: { [x: string]: any; }): JSX.Element; declare function Alert({ ...restProps }: { [x: string]: any; }): JSX.Element; declare function Display({ ...restProps }: { [x: string]: any; }): JSX.Element; declare function Keyboard({ ...restProps }: { [x: string]: any; }): JSX.Element; declare function Loading({ ...restProps }: { [x: string]: any; }): JSX.Element; declare function Permission({ ...restProps }: { [x: string]: any; }): JSX.Element; declare function BottomSheet({ ...restProps }: { [x: string]: any; }): JSX.Element; //# sourceMappingURL=index.d.ts.map