import React, { PropsWithChildren } from 'react'; export interface SectionLabelProps { disableMargin?: boolean; } export declare function SectionLabel({ disableMargin, children, }: PropsWithChildren): React.JSX.Element;