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