/// <reference types="react" />
import { FeedLabelProps } from './type';
declare const FeedLabel: {
    ({ as, className, children, ...props }: FeedLabelProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default FeedLabel;
