import { VariableInputProps } from '.';
export declare const requiredProps: VariableInputProps;
export declare const testkitTests: {
    title: string;
    props: VariableInputProps;
}[];
export declare const ssrTests: {
    title: string;
    props: VariableInputProps;
}[];
export declare const a11yTests: {
    title: string;
    props: VariableInputProps;
}[];
//# sourceMappingURL=VariableInput.meta.d.ts.map