import { ILegendsStyles, ILegendStyleProps } from './Legends.types'; export declare const getStyles: (props: ILegendStyleProps) => ILegendsStyles;