export default TextLabel;
declare function TextLabel({ ellipsis, placement, children, ...propsWithNoDefaults }: {
    [x: string]: any;
    ellipsis?: boolean | undefined;
    placement?: string | undefined;
    children: any;
}): React.JSX.Element;
declare namespace TextLabel {
    let propTypes: any;
    let displayName: string;
}
import React from 'react';
//# sourceMappingURL=index.d.ts.map