import { IconType } from 'src/types/icon'; export declare const Unchecked: ({ stroke, width, height, }: IconType) => import("react/jsx-runtime").JSX.Element; export declare const Checked: ({ stroke, width, height, }: IconType) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=icons.d.ts.map