declare const noteSvg = "data:image/svg+xml,%3Csvg width='16' height='16' stroke='var(--joy-palette-text-icon)' viewBox='0 0 16 16' fill='yellow' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6863 0H0.313719C0.1405 0 0 0.1405 0 0.313719V15.6863C0 15.8595 0.1405 16 0.313719 16H11.5815C11.7548 16 16 11.6732 16 11.5V0.313719C16 0.1405 15.8595 0 15.6863 0ZM13.8977 13.5L12.0252 15.3726L15.3725 12.0252L13.8977 13.5ZM11.5815 14.9288V11.5815H14.9288L11.5815 14.9288ZM15.3726 10.954H11.2677C11.0945 10.954 10.954 11.0945 10.954 11.2677V15.3725H0.627437V0.627437H15.3725L15.3726 10.954Z' fill='%23232930'/%3E%3C/svg%3E"; declare const stickyNoteSvg = "%3Csvg width=\"42\" height=\"42\" viewBox=\"0 0 42 42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cpath d=\"M42 0H0V37L5 42H42V0Z\" fill=\"%23ff0000\" /%3E%3Cpath d=\"M0 37H5V42L0 37Z\" fill=\"%23000000\" /%3E%3Cpath d=\"M0 37H5V42L0 37Z\" fill=\"yellow\" fillOpacity=\"0.2\" /%3E%3C/svg%3E"; declare const Rectangle: (color: any) => string; declare const Circle: (color: any) => string; declare const Square: (color: any) => string; export { noteSvg, stickyNoteSvg, Rectangle, Circle, Square }; //# sourceMappingURL=noteSvg.d.ts.map