export { AuroraBackground, type AuroraBackgroundProps, } from "./AuroraBackground"; export { AuroraOrb, type AuroraOrbProps } from "./AuroraOrb"; export { DisplayText, type DisplayTextProps } from "./DisplayText"; export { FeatureTile, type FeatureTileProps } from "./FeatureTile"; export { InstallCommand, type InstallCommandProps } from "./InstallCommand"; export { LogoMark, type LogoMarkProps } from "./LogoMark"; export { ShowcaseCard, type ShowcaseCardProps } from "./ShowcaseCard"; export type { MarketingPalette } from "./types"; //# sourceMappingURL=index.d.ts.map