/// import { StackProps } from '@chakra-ui/react'; export declare type SectionProps = { degree?: number; } & StackProps; export declare const Section: ({ children, degree, ...props }: SectionProps) => JSX.Element; //# sourceMappingURL=Section.d.ts.map