import { SVGProps } from 'react'; export interface MotifCircleProps extends SVGProps { /** * Icon size (width and height) * @default 16 */ size?: number | string; } /** * Brand motif — filled circle shape * Part of the BrightLocal brand motif set (circle, sparkle, sunrise, starburst) * * @example * * */ export declare const MotifCircle: ({ size, ...props }: MotifCircleProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=motif-circle.d.ts.map