import * as React from 'react'; export interface ISubSectionProps { label: string; required?: boolean; optionalLabel: string; disabled?: boolean; } export declare const SubSectionDivider: ({ label, required, optionalLabel, disabled }: ISubSectionProps) => React.JSX.Element; //# sourceMappingURL=SubSectionDivider.d.ts.map