import type { AppShellProps } from './AppShell.types'; export declare const appShellBottomOffsetCSSVar = "--appshell-bottom-offset"; export declare const appShellHardBottomOffsetCSSVar = "--appshell-hard-bottom-offset"; declare const AppShell: import("react").ForwardRefExoticComponent>; export default AppShell; //# sourceMappingURL=AppShell.d.ts.map