export declare const Note: import("react").FunctionComponent & { title?: import("react").ReactNode; text?: import("react").ReactNode; contentBefore?: import("react").ReactNode; contentBeforeSizing?: "fixed" | "scalable"; stretch?: boolean; width?: string | number; height?: string | number; view?: string; size?: string; hasClose?: boolean; onCloseButtonClick?: () => void; } & import("react").HTMLAttributes & import("react").RefAttributes>; //# sourceMappingURL=Note.d.ts.map