import React from "react"; declare type LabelProps = { lblStyle?: string; lblColor?: string; children: React.ReactNode | string; className?: string; shake?: boolean; translator?: (key: string, options?: any) => string; }; declare class Label extends React.Component { render(): JSX.Element; } export default Label; //# sourceMappingURL=index.d.ts.map