import { AppShellMainProps, Factory, AppShell } from '@mantine/core';
export type AppShellMainFactory = Factory<{
    props: AppShellMainProps;
    ref: HTMLElement;
    compound: true;
}>;
export { AppShell };
export { type AppShellFactory, type AppShellProps } from '@mantine/core';
//# sourceMappingURL=AppShell.d.ts.map