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