import { PropsOf } from "@emotion/react"; import { Stack } from "@specimen/foundation"; declare const PageSection: ({ bg, ...props }: PropsOf) => import("@emotion/react/jsx-runtime").JSX.Element; export default PageSection;