import './StickyNote.scss'; export interface Props { noteBtnText?: string; hideBtn?: boolean; } declare const StickyNotes: ({ noteBtnText, hideBtn }: Props) => import("react/jsx-runtime").JSX.Element; export default StickyNotes;