import { MixedSection, Section } from '../../state'; import { PropsWithChildren } from 'react'; export default function VerticalPadding({ section, children, }: { section: Section; } & PropsWithChildren): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=vertical-padding.component.d.ts.map