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