/**
 * This function is used to create themes for component's while keeping the intellisens up for TailwindCSS and other extensions.
 *
 * @param input Generic type to be created.
 * @returns The generic type's definition.
 */
export declare function createTheme<T>(input: T): T;
