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