import { Meta } from '@storybook/html';
declare const _default: Meta<import("@storybook/html").Args>;
export default _default;
export declare const Default: {
    (args: any): import("solid-js").JSX.Element;
    args: {
        p: string;
        color: string;
        variant: string;
    };
};
