import { Test } from 'uvu';
/**
 * Tests for validating generic component properties.
 * These should be run for each derived Component.
 * @param  component - The component instance to test.
 * @param  name - A name for the component.
 */
export declare const runComponentTests: (component: any, name: string | undefined, test: Test) => void;
