declare function DueDateButton({ children, ...props }: any): import("react/jsx-runtime").JSX.Element | null;
declare namespace DueDateButton {
    var defaultProps: {
        dueDate: null;
        children: null;
        types: never[];
    };
}
export default DueDateButton;
//# sourceMappingURL=DueDateButton.d.ts.map