import { IArcProps, IArcStyles } from './Arc.types'; export declare const getStyles: (props: IArcProps) => IArcStyles;