import { FC } from 'react'; import { HeadingsPickerProps } from '../../types'; declare const HeadingsPicker: FC; export default HeadingsPicker;