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