/** * This is a generated file. Do not modify it manually. * * @script packages/icon/scripts/prebuild/index.ts * @checksum a97bd266efe1fdbd69c4d4589dd96061 */ import * as React from "react"; import { LGGlyph } from '../types'; export interface FormatProps extends LGGlyph.ComponentProps { } declare const Format: { ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: FormatProps): React.JSX.Element; displayName: string; isGlyph: boolean; }; export default Format; //# sourceMappingURL=Format.d.ts.map