type Props = { /** フォームにエラーがあるかどうか */ error?: boolean; }; /** @deprecated DatetimeLocalPicker は非推奨です。Input[type="datetime-local"] を使ってください。 */ export declare const DatetimeLocalPicker: import("react").ForwardRefExoticComponent, HTMLInputElement>, "ref">, "type" | "error"> & import("react").RefAttributes>; export {};