interface Props extends React.ComponentProps<"svg"> { } declare const CalenderIcon: ({ fill, ...props }: Props) => import("react/jsx-runtime").JSX.Element; export default CalenderIcon;