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