import { IconProps } from '../lib';
declare function SignOut(props: IconProps): JSX.Element;
export default SignOut;
