import React from 'react'; import { MagicalText, MagicalTextProps } from '../components'; declare const _default: { title: string; component: typeof MagicalText; parameters: { layout: string; }; }; export default _default; declare function Template({ notes, magicalTextProps }: { notes?: string; magicalTextProps: MagicalTextProps; }): React.JSX.Element; declare namespace Template { var defaultProps: { notes: string; }; } export declare const Simple: typeof Template; export declare const VerySparkly: typeof Template; export declare const NoAdnornments: typeof Template; export declare const NoFadedText: typeof Template; export declare const DisableFun: typeof Template; export declare const Ghost: typeof Template; export declare const Heart: typeof Template;