///
import figma from 'figma';
type CodeSections = ReturnType['sections'];
type SectionTitleTemplateProps = {
title?: string;
direction?: string;
size?: string;
caption?: string;
description?: string;
textButton?: CodeSections;
actions?: CodeSections;
};
declare const _default: {
example: figma.TemplateStringResult;
imports: string[];
id: string;
metadata: {
props: {
dense: figma.EnumOptionsValues<{
true: boolean;
false: undefined;
}>;
border: boolean | undefined;
sectionTitleProps: SectionTitleTemplateProps;
lineTabs: figma.ResultSection[];
};
};
};
export default _default;