import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../constants';
export interface IVeltActivityLogListDateGroupLabelWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltActivityLogListDateGroupLabelWireframe extends React.FC<IVeltActivityLogListDateGroupLabelWireframeProps> {
}
declare const VeltActivityLogListDateGroupLabelWireframe: IVeltActivityLogListDateGroupLabelWireframe;
export default VeltActivityLogListDateGroupLabelWireframe;
