interface PropsType {
    isLoading: boolean;
    tableData: any[];
}
export declare const Simulate: ({ isLoading, tableData }: PropsType) => JSX.Element;
export {};
