import * as React from 'react';
declare const SvgPreferences: ({ title, ...props }: {
    title: string;
    props: React.SVGProps<SVGSVGElement>;
}) => JSX.Element;
export default SvgPreferences;
