import { FC } from "react"; import { BaseIconProps } from "./index"; interface Props extends BaseIconProps { active?: boolean; } export declare const PulldownIcon: FC; export {};