import * as React from 'react';
interface Props {
}
declare const HeadingPlaceholder: React.FC<Props>;
export default HeadingPlaceholder;
