import React from 'react'; import './index.scss'; type Props = { description?: React.ReactNode | string; heading: string; }; export declare function FormHeader({ description, heading }: Props): React.JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map