import * as React from 'react';
import { ITimeComponentProps } from './IPropertyFieldDateTimePickerHost';
/**
 * Seconds component, renders the seconds dropdown
 */
export default class SecondsComponent extends React.Component<ITimeComponentProps, {}> {
    render(): JSX.Element;
}
//# sourceMappingURL=SecondsComponent.d.ts.map