import { default as React } from 'react';

interface IProps {
    style?: React.CSSProperties | undefined;
}
export declare const Gantt: ({ style }: IProps) => import("react/jsx-runtime").JSX.Element;
export {};
