import { Theme, ColorStyle, ShapeStyles, SizeStyle, FontStyle, TextShapeStyles } from '../../../types'; export declare const stickyFills: Record>; export declare const strokes: Record>; export declare const fills: Record>; export declare function getStrokeWidth(size: SizeStyle): number; export declare function getFontSize(size: SizeStyle, fontStyle?: FontStyle): number; export declare function getFontFace(font?: FontStyle): string; export declare function getStickyFontSize(size: SizeStyle): number; export declare function getFontStyle(style: ShapeStyles): string; export declare function getStickyFontStyle(style: ShapeStyles): string; export declare function getStickyShapeStyle(style: ShapeStyles, isDarkMode?: boolean): { fill: string; stroke: string; color: string; }; export declare function getSectionShapeStyle(style: ShapeStyles, isDarkMode?: boolean): { stroke: string; fill: string; strokeWidth: number; }; export declare function getShapeStyle(style: ShapeStyles, isDarkMode?: boolean): { stroke: string; fill: string; strokeWidth: number; }; export declare const defaultStyle: ShapeStyles; export declare const defaultStickyStyle: ShapeStyles; export declare const defaultHighlighterStyle: ShapeStyles; export declare const defaultSectionStyle: ShapeStyles; export declare const defaultTextStyle: TextShapeStyles; export declare const defaultUser: { id: number; point: number[]; color: string; user: { name: string; avatar: string; }; }; //# sourceMappingURL=shape-styles.d.ts.map