///
import { CategoryType, BackgroundProp, ColorProp, AlignProp } from "../../../registry";
declare type FancyHeadingProps = {
background?: BackgroundProp;
color?: ColorProp;
align: AlignProp;
};
declare const _default: {
title: string;
description: string;
category: CategoryType;
id: string;
screenshot: {
"1x": string;
"2x": string;
"3x": string;
};
editableProps: {
background: import("../../EditableProps").EditableColorProp;
};
defaultProps: {
background: string;
};
Component: import("react").FunctionComponent;
};
export default _default;