export default TodayButton;
declare function TodayButton(_: any, { attrs }: {
    attrs: any;
}): JSX.Element;
declare namespace TodayButton {
    const inheritAttrs: boolean;
}
