///
export type { CreatorDetailsProps } from './creatorDetails';
export type { InformationProps } from './components/information';
export type { ActionsViewProps } from './components/actionsView';
declare const _default: import("react").NamedExoticComponent & {
Information: import("react").FC;
ActionsView: import("react").FC;
FeaturedCategories: import("react").FC;
};
export default _default;