import { Meta } from "@storybook/react";
import UIKitInput from "./Input";
import React from "react";
declare const meta: Meta<typeof UIKitInput>;
export declare const Input: React.FC;
export default meta;
