import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const RememberMeOutlined: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default RememberMeOutlined;
