import { FC } from "react"; import { NoteProps } from "./Note.js"; export declare const warningColor = "#FF9343"; export declare const Warning: FC;