import React from "react"; export declare const Left: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const Search: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const Right: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const Close: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const Bell: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const Cancel: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const Check: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const Info: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const Error: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const Apps: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const MoreVert: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const MenuToggle: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const KeyboardBackspace: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const ArrowDown: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const Calendar: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element; export declare const CalendarAlt: (props: JSX.IntrinsicAttributes & React.SVGProps) => JSX.Element;