/** * The default package and the only package we use for runtimes. * Example: the default package used when suggesting autofixes for the `jsx` pragma */ export declare const COMPILED_IMPORT = "@compiled/react"; /** * A list of first-class packages we treat as valid import sources for Compiled. * Eg. for the `jsx` pragma, for `css` function, etc. */ export declare const DEFAULT_IMPORT_SOURCES: string[];