import { type RootComponentProps } from '../../RootComponent/RootComponent';
export declare function useAppRootStyles(): {
    style: Record<string, string> | undefined;
    className: string;
};
type AppRootStyleContainerProps = RootComponentProps<HTMLDivElement>;
/**
 * Специальный контейнер для переиспользования стилей, токенов и safe-area-inset в:
 * - точке монтирования приложения – `AppRoot`;
 * - точке монтирования порталов для модальных окон – `AppRootPortal`.
 *
 * @private
 */
export declare function AppRootStyleContainer(props: AppRootStyleContainerProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=AppRootStyleContainer.d.ts.map