import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltActivityLogEmptyWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltActivityLogEmptyWireframe extends React.FC<IVeltActivityLogEmptyWireframeProps> {
}
declare const VeltActivityLogEmptyWireframe: IVeltActivityLogEmptyWireframe;
export default VeltActivityLogEmptyWireframe;
