export declare const Note: import("react").FunctionComponent & { title?: React.ReactNode; text?: React.ReactNode; contentBefore?: 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>;