type Props = { isStatic: boolean; }; export declare const CanvasContainer: import("styled-components").StyledComponent<"svg", { color: { primary: string; secondary: string; warningYellow: string; background: string; backgroundVariant: string; grid: string; primaryContrast: string; gray: string; grayAccent: string; }; font: { color: string; family: string; size: number; }; interactive: { normal: string; hovered: string; }; }, Props, never>; export {};