import { ICustomizable, IGlobalAttributes, IParent } from '../../../core'; export interface FakeLabelProps extends IParent, ICustomizable, IGlobalAttributes { } export declare function FakeLabel(props: FakeLabelProps): JSX.Element;