import * as React from 'react'; import { TextProps } from '../typography'; export interface VoteInfoHeaderLabelProps extends TextProps { children: React.ReactNode; } declare const VoteInfoHeaderLabel: React.FC; export default VoteInfoHeaderLabel;