import * as React from 'react';
export interface Props {
    size?: number;
    square?: boolean;
    name?: string;
}
export declare const EmptyLabel: React.FC<Props>;
