import React from 'react'; export interface AnkhAdminShellProps { readonly children?: React.ReactNode; } export declare function AnkhAdminShell({ children }: AnkhAdminShellProps): React.JSX.Element; //# sourceMappingURL=AnkhAdminShell.d.ts.map