import { type ComponentType } from 'react'; type AsType = string | ComponentType; /** NOTE: Layout コンポーネントに変更がある場合、必ず [smarthr/a11y-heading-in-sectioning-content](https://github.com/kufu/eslint-plugin-smarthr/tree/main/rules/a11y-heading-in-sectioning-content) を見直すこと */ export declare const useSectionWrapper: (as: AsType) => import("react").FC> | null; export {};