export declare const defaultProps: {
    color: string;
    opacity: number;
    height: string;
    width: number;
    position: string;
    showValues: boolean;
    showGuide: boolean;
};
